<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.productCenter2205201623 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter2205201623 * {
    box-sizing: border-box;
}

.productCenter2205201623 ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.productCenter2205201623 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.productCenter2205201623 ul li {
    width: 180px;
    height: 90px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.productCenter2205201623 ul li:nth-child(4n) {
    /*margin-right: 0;*/
}

.productCenter2205201623 ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.productCenter2205201623 ul li a:hover .proImg img {
    /*transform: scale(1.1);*/
}

.productCenter2205201623 ul li a .proImg {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.productCenter2205201623 ul li a .proImg img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: all 0.6s;
    object-fit: cover;
}

.productCenter2205201623 ul li a .content {
    text-align: center;
    font-size: 16px;
    padding: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f10215;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.productCenter2205201623 ul li a:hover .content {
    /*opacity: 1;*/
    /*bottom: 14px;*/
}

.productCenter2205201623 ul li a .content .dec {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
    padding: 0 10%;
    transition: .36s ease;
    height: 24px;
    line-height: 1.4;
}</pre></body></html>